/* Config creation time: 2016-05-11 18:20:34 */
/* File creation time: 2016-06-02 19:49:18 */
/**
 * widget styles
 */

#gosmonitor_widget_wrapper_main .miniwidget-wrapper {
    height: 100%;
    background-color: #134ff5;
}
#gosmonitor_widget_wrapper_main .prefix {
    height: 250px;
    background: url("/sites/default/modules/widget/themes/old/images/widge-summary-title-request.gif") no-repeat 0 100%;
}

#gosmonitor_widget_wrapper_main .numbers {
    height: 37px;
    background: url("/sites/default/modules/widget/themes/old/images/widge-summary-bg.gif") no-repeat 0 100%;
}
#gosmonitor_widget_wrapper_main .digit {
    position: absolute;
    width: 24px;
    height: 10px;
    background: url("/sites/default/modules/widget/themes/old/images/widge-summary-nums.gif") no-repeat 0 0;
}
#gosmonitor_widget_wrapper_main .digit-position-1  {
    bottom: 6px;
}
#gosmonitor_widget_wrapper_main .digit-position-2  {
    bottom: 14px;
}
#gosmonitor_widget_wrapper_main .digit-position-3  {
    bottom: 22px;
}

#gosmonitor_widget_wrapper_main .digit-0 { background-position: -324px 3px;}
#gosmonitor_widget_wrapper_main .digit-1 { background-position: 0 3px; }
#gosmonitor_widget_wrapper_main .digit-2 { background-position: -36px 3px; }
#gosmonitor_widget_wrapper_main .digit-3 { background-position: -72px 3px; }
#gosmonitor_widget_wrapper_main .digit-4 { background-position: -108px 3px; }
#gosmonitor_widget_wrapper_main .digit-5 { background-position: -144px 3px; }
#gosmonitor_widget_wrapper_main .digit-6 { background-position: -180px 3px; }
#gosmonitor_widget_wrapper_main .digit-7 { background-position: -216px 3px; }
#gosmonitor_widget_wrapper_main .digit-8 { background-position: -252px 3px; }
#gosmonitor_widget_wrapper_main .digit-9 { background-position: -288px 3px; }
#gosmonitor_widget_wrapper_main .digit-0 { background-position: -324px 3px; }

.widget-wrapper.widget-rendered {
    position: fixed;
    width: 720px;
    height: 500px;
    top: 65%;
    left: 50%;
    margin: -322px 0 0 -360px;
    z-index: 9999;
}
.widget-button-close {
    position: absolute;
    right: 0;
    top: -22px;
    z-index: 10000;
}
.widget-button-close span {
    display: block;
    width: 17px;
    height: 18px;
    background: url("/sites/default/modules/widget/themes/old/images/widget-close-small.png") no-repeat 0 0;
    overflow: hidden;
    text-indent: -10000px;
}
.widget-button-close span:hover {
    background-position: 0 -18px;
}
/* Condition file from dir: right_center.css passed*/
#gosmonitor_widget_wrapper_main {
    z-index: 4000;
    width: 36px;
    height: 287px;
    border: 0;
    position: fixed;
    top: 50%;
    margin-top: -144px;
    right: 0;
    cursor: pointer;
}
